home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World Interactive 1995 August / Personal Computer World (PCW Interactive) (August 1995).iso / demos / gpss / install.bat < prev    next >
DOS Batch File  |  1995-05-18  |  183b  |  12 lines

  1. echo off
  2. cls
  3. echo This creates a directory C:\GPSS and expands files.
  4. echo Run GPSS.EXE from Windows after installation.
  5. echo on
  6. c:
  7. cd\
  8. md gpss
  9. cd gpss
  10. copy a:*.*
  11. install2
  12.